home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Studio
/
Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso
/
DREAMSDK.WIN
/
INCLUDE
/
XTWEEAPI.H
< prev
Wrap
C/C++ Source or Header
|
1995-10-27
|
684b
|
29 lines
//$Id: XTWEEAPI.H 1.8 1995/10/22 04:15:26 JOHN Exp $
#ifndef __XTWEEAPI__
#define __XTWEEAPI__
#ifndef __XAPI__
#include "XAPI.h"
#endif
class MKeyFrame;
class SDGraphicDevice;
class XTweenerChainLink;
class LRect;
#if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
#pragma pointers_in_D0
#endif
typedef void (*XTweenerDoTweenProc)(ExternalInstance *data,MKeyFrame *res,long time,XTweenerChainLink *alink);
typedef void (*XTweenerDrawProc)(ExternalInstance *data,SDGraphicDevice *aGD,const LRect *area,const LRect *where);
#if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
#pragma pointers_in_A0
#endif
#endif